projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73c0972
)
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
author
Glenn Morris
<rgm@gnu.org>
Tue, 31 Jan 2012 04:52:29 +0000
(20:52 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 31 Jan 2012 04:52:29 +0000
(20:52 -0800)
lisp/emacs-lisp/easy-mmode.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/easy-mmode.el
b/lisp/emacs-lisp/easy-mmode.el
index 9136aece16170d137ae263e5491ab74ed17a1309..efd5ee45d9bcad19e68f55adb3aaae6bc188d0c7 100644
(file)
--- a/
lisp/emacs-lisp/easy-mmode.el
+++ b/
lisp/emacs-lisp/easy-mmode.el
@@
-114,6
+114,7
@@
BODY contains code to execute each time the mode is enabled or disabled.
buffer-local, so don't make the variable MODE buffer-local.
By default, the mode is buffer-local.
:init-value VAL Same as the INIT-VALUE argument.
+ Not used if you also specify :variable.
:lighter SPEC Same as the LIGHTER argument.
:keymap MAP Same as the KEYMAP argument.
:require SYM Same as in `defcustom'.